Click or drag to resize

ServiceSyncFolders Method (IListPropertyPath)

Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SyncFoldersResponse SyncFolders(
	IList<PropertyPath> propertyPaths
)

Parameters

propertyPaths
Type: System.Collections.GenericIListPropertyPath
The collection of properties to retrieve for synchronized folders.

Return Value

Type: SyncFoldersResponse
A list of changes that occurred in the specified folder.
See Also